TileItem.IsLarge Property
In This Article
OBSOLETE
Use 'Item
Obsolete. Please use the TileItem.ItemSize property instead.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.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