TileViewOptionsBehavior.Editable Property
This member is not supported by the TileViewOptionsBehavior class. Use the TileViewOptionsBehavior.EditingMode property instead.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v23.1.dll
NuGet Package: DevExpress.Win.Grid
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool Editable { get; set; }
Property Value
Type |
---|
Boolean |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Editable |
---|---|
TileView |
|
See Also