Back to Devexpress

ButtonStyle Class

aspnet-devexpress-dot-web-7ce44848.md

latest4.0 KB
Original Source

ButtonStyle Class

Defines style settings for buttons that can be displayed within the ASPxUploadControl.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ButtonStyle :
    AppearanceStyle
vb
Public Class ButtonStyle
    Inherits AppearanceStyle

The following members return ButtonStyle objects:

Show 11 links

Remarks

The ButtonStyle class contains settings that define the style of buttons (for example, an add button, remove button or upload button) within the ASPxUploadControl.

The following example illustrates how to specify style settings for the ‘More’ button in the ASPxScheduler’s Day view.

aspx
<dx:ASPxScheduler ID="ASPxScheduler1" >
    <Views>
        <DayView>
            <DayViewStyles>
                <BottomMoreButton>
                    <DisabledStyle BackColor="Yellow" />
                </BottomMoreButton>
            </DayViewStyles>
        </DayView>
    </Views>
    <!--... -->
</dx:ASPxScheduler>

Implements

IComponent

IDisposable

IStateManager

Inheritance

Show 13 items

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle ButtonStyle HtmlEditorErrorFrameCloseButtonStyle

ButtonControlStyle

CollapseButtonStyle

MenuScrollButtonStyle

PagerDropDownButtonStyle

UploadControlBrowseButtonStyle

See Also

ButtonStyle Members

DevExpress.Web Namespace