Skip to main content
A newer version of this page is available. .

TileItem.IsLarge Property

OBSOLETE

Use 'ItemSize' instead.

Obsolete. Please use the TileItem.ItemSize property instead.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
[Obsolete("Use 'ItemSize' instead.")]
[Browsable(false)]
public bool IsLarge { get; set; }

Property Value

Type Default
Boolean **false**
See Also