DateEditTimeSectionCellStyle Class
In This Article
Defines style settings for a cell of the time section.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class DateEditTimeSectionCellStyle :
AppearanceItemStyle
#Related API Members
The following members return DateEditTimeSectionCellStyle objects:
#Remarks
The DateEditTimeSectionCellStyle class contains settings that define the style of a section within the date edit time section.
An object of the DateEditTimeSectionCellStyle type can be accessed via the DateEditTimeSectionProperties.ClockCellStyle and DateEditTimeSectionProperties.TimeEditCellStyle properties of a date edit control.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
AppearanceStyle
AppearanceItemStyle
DateEditTimeSectionCellStyle
See Also