Back to Devexpress

ButtonControlStyle Class

aspnet-devexpress-dot-web-ec38fabf.md

latest2.6 KB
Original Source

ButtonControlStyle Class

Contains style settings that define the button appearance.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return ButtonControlStyle objects:

Remarks

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

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle ButtonStyle ButtonControlStyle

See Also

ButtonControlStyle Members

DevExpress.Web Namespace