Back to Devexpress

DateEditTimeSectionCellStyle Class

aspnet-devexpress-dot-web-70226fef.md

latest2.8 KB
Original Source

DateEditTimeSectionCellStyle Class

Defines style settings for a cell of the time section.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class DateEditTimeSectionCellStyle :
    AppearanceItemStyle
vb
Public Class DateEditTimeSectionCellStyle
    Inherits AppearanceItemStyle

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.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle AppearanceItemStyle DateEditTimeSectionCellStyle

See Also

DateEditTimeSectionCellStyle Members

Date Editor

DevExpress.Web Namespace