TileItem.IsLarge Property
OBSOLETE
Use 'ItemSize' instead.
Obsolete. Please use the TileItem.ItemSize property instead.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use 'ItemSize' instead.")]
public bool IsLarge { get; set; }
Property Value
Type | Default |
---|---|
Boolean | false |
See Also