Back to Devexpress

TileItem.Id Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-43a36323.md

latest1.7 KB
Original Source

TileItem.Id Property

Get or sets the current TileItem‘s ID.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(-1)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public int Id { get; set; }
vb
<DefaultValue(-1)>
<XtraSerializableProperty>
<DXCategory("Behavior")>
Public Property Id As Integer

Property Value

TypeDefaultDescription
Int32-1

An Int32 value that is the current TileItem‘s ID.

|

Remarks

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

See Also

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace