Skip to main content

TcxEditRepositoryCheckGroupItem.Properties Property

Provides access to stored check group settings.

Declaration

property Properties: TcxCheckGroupProperties read; write;

Property Value

Type Description
TcxCheckGroupProperties

Stores check group settings.

Remarks

You can use the Properties.Items property to manage check group items. Properties.Glyph and Properties.GlyphCount properties allow you to use custom glyphs to display check box states.

Refer to the TcxCheckGroupProperties class description for detailed information on all available options.

See Also