Skip to main content

DateNavigator.CellItemContainerStyle Property

Gets or sets the style applied to cell item containers. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Style CellItemContainerStyle { get; set; }

Property Value

Type Description
Style

A Style object that represents the style applied to cell item containers.

See Also