Skip to main content

TcxEditRepositoryDateItem.Properties Property

Provides access to stored date editor settings.

Declaration

property Properties: TcxDateEditProperties read; write;

Property Value

Type Description
TcxDateEditProperties

Stores date editor settings.

Remarks

You can use the Properties.View property to switch between available Views for a drop-down calendar. Properties.MinDate and Properties.MaxDate properties allow you to limit the range of dates available for selection.

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

See Also