Back to Devexpress

RibbonDateEditItem Class

aspnet-devexpress-dot-web-3fa67574.md

latest2.9 KB
Original Source

RibbonDateEditItem Class

A ribbon item used to display the date edit functionality.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RibbonDateEditItem :
    RibbonEditItemBase,
    IDateEditIDResolver
vb
Public Class RibbonDateEditItem
    Inherits RibbonEditItemBase
    Implements IDateEditIDResolver

Remarks

The RibbonDateEditItem object is a ribbon item that implements the date edit functionality. The item’s settings can be accessed and customized using the RibbonDateEditItem.PropertiesDateEdit property.

When the RibbonDateEditItem value is changed, the client-side ASPxClientRibbon.CommandExecuted event is raised. You can use the ASPxClientRibbonCommandExecutedEventArgs.item argument property to determine the item related to the event. The ASPxClientRibbonCommandExecutedEventArgs.parameter argument property returns the new date edit value.

aspx
<dx:RibbonDateEditItem Name="DateEdit">
     <PropertiesDateEdit NullText="Date">
     </PropertiesDateEdit>
</dx:RibbonDateEditItem>

To learn more about ribbon item types, see the Item Types topic.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem RibbonItemBase RibbonEditItemBase RibbonDateEditItem BootstrapRibbonDateEditItem

See Also

RibbonDateEditItem Members

Ribbon

Item Types

DevExpress.Web Namespace