Skip to main content

TileItem.IsLarge Property

OBSOLETE

Use 'ItemSize' instead.

Obsolete. Please use the TileItem.ItemSize property instead.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.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