Back to Devexpress

TdxBar.IsPredefined Property

vcl-dxbar-dot-tdxbar-cc286dab.md

latest1.1 KB
Original Source

TdxBar.IsPredefined Property

Identifies if the toolbar is predefined (created in code).

Declaration

delphi
property IsPredefined: Boolean read;

Property Value

TypeDescription
Boolean

The property returns:

TrueIf the toolbar is created and configured in code.FalseIf the toolbar is loaded from an INI file or system registry. |

Remarks

Use the IsPredefined property to identify if the toolbar is predefined (created and configured in code). Users cannot rename or delete predefined items in a Ribbon or toolbar UI.

See Also

TdxBarItem.IsPredefined Property

TdxRibbonTab.IsPredefined Property

TdxBar Class

TdxBar Members

dxBar Unit