Back to Devexpress

TileControl.MaxId Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-aa62a5ea.md

latest1.8 KB
Original Source

TileControl.MaxId Property

Gets or sets the maximum TileItems ID.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(0)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int MaxId { get; set; }
vb
<DefaultValue(0)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property MaxId As Integer

Property Value

TypeDefaultDescription
Int320

An Int32 value that is the maximum TileItems ID.

|

Remarks

Tile IDs are used in serialization/deserialization processes triggered when saving/restoring a custom TileControl‘s layout (for example the TileControl.SaveLayoutToRegistry or TileControl.RestoreLayoutFromXml methods). Maximum tiles ID equals the number of tiles used. Generally, you don’t need to use it in code.

See Also

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace