# Sandbox.SerializedProperty.GetCustomizable

```csharp
CustomizableSerializedProperty GetCustomizable()
```

Return a version of this property that can be customized for editor UI. You'll be able to change
things like display name and tooltip, and add extra attributes that control how editor controls interact with it.

### Returns

`CustomizableSerializedProperty`

Declared in [Sandbox.SerializedProperty](/api/Sandbox.SerializedProperty).
Assembly: `Sandbox.System`.
