menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataPagerStyle - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataPagerStyle

    Represents the class which maintains the styles for the SfDataPager.

    Inheritance
    System.Object
    ShouldSerializeBasedPersisterType
    StyleInfoBase
    StyleInfoSubObjectBase
    VisualStyleBase
    DataPagerStyle
    Implements
    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Inherited Members
    ShouldSerializeBasedPersisterType.AddNewAttributes(PropertyDescriptor, Attribute[], Int32)
    ShouldSerializeBasedPersisterType.CheckAllProperties
    ShouldSerializeBasedPersisterType.GetCustomPDC(PropertyDescriptorCollection)
    ShouldSerializeBasedPersisterType.GetNewAttributesCount(PropertyDescriptor)
    StyleInfoBase.BeginInit()
    StyleInfoBase.BeginUpdate()
    StyleInfoBase.CacheValues
    StyleInfoBase.Changed
    StyleInfoBase.Changing
    StyleInfoBase.ClearCache()
    StyleInfoBase.CopyFrom(IStyleInfo)
    StyleInfoBase.Dispose()
    StyleInfoBase.EndInit()
    StyleInfoBase.EndUpdate()
    StyleInfoBase.Equals(Object)
    StyleInfoBase.EqualsObject(Object, Object)
    StyleInfoBase.GetDefaultStyleInfoStore(StyleInfoProperty)
    StyleInfoBase.GetDefaultValue(StyleInfoProperty)
    StyleInfoBase.GetHashCode()
    StyleInfoBase.GetShortValue(StyleInfoProperty)
    StyleInfoBase.GetValue(StyleInfoProperty)
    StyleInfoBase.HasValue(StyleInfoProperty)
    StyleInfoBase.IConvertible.GetTypeCode()
    StyleInfoBase.IConvertible.ToBoolean(IFormatProvider)
    StyleInfoBase.IConvertible.ToByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToChar(IFormatProvider)
    StyleInfoBase.IConvertible.ToDateTime(IFormatProvider)
    StyleInfoBase.IConvertible.ToDecimal(IFormatProvider)
    StyleInfoBase.IConvertible.ToDouble(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt32(IFormatProvider)
    StyleInfoBase.IConvertible.ToInt64(IFormatProvider)
    StyleInfoBase.IConvertible.ToSByte(IFormatProvider)
    StyleInfoBase.IConvertible.ToSingle(IFormatProvider)
    StyleInfoBase.IConvertible.ToString(IFormatProvider)
    StyleInfoBase.IConvertible.ToType(Type, IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt16(IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt32(IFormatProvider)
    StyleInfoBase.IConvertible.ToUInt64(IFormatProvider)
    StyleInfoBase.Identity
    StyleInfoBase.InheritStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.IsChanged
    StyleInfoBase.IsEmpty
    StyleInfoBase.IsSubset(IStyleInfo)
    StyleInfoBase.IsValueModified(StyleInfoProperty)
    StyleInfoBase.MergeStyle(IStyleInfo)
    StyleInfoBase.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoBase.OnStyleChanging(StyleInfoProperty)
    StyleInfoBase.ParseString(String)
    StyleInfoBase.ReadXml(XmlReader)
    StyleInfoBase.ResetValue(StyleInfoProperty)
    StyleInfoBase.SetStore(StyleInfoStore)
    StyleInfoBase.SetValue(StyleInfoProperty, Int16)
    StyleInfoBase.SetValue(StyleInfoProperty, Object)
    StyleInfoBase.Store
    StyleInfoBase.ToString()
    StyleInfoBase.ToString(String)
    StyleInfoBase.ToString(String, IFormatProvider)
    StyleInfoBase.Updating
    StyleInfoBase.WeakReferenceChangedListeners
    StyleInfoBase.WriteXml(XmlWriter)
    StyleInfoSubObjectBase.Data
    StyleInfoSubObjectBase.Dispose(Boolean)
    StyleInfoSubObjectBase.IntGetDefaultStyleInfo(StyleInfoProperty)
    StyleInfoSubObjectBase.MakeCopy(StyleInfoBase, StyleInfoProperty)
    StyleInfoSubObjectBase.OnStyleChanged(StyleInfoProperty)
    StyleInfoSubObjectBase.Owner
    StyleInfoSubObjectBase.Sip
    StyleInfoSubObjectBase.SubObjectIdentity
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    VisualStyleBase.UpdateStyles(IThemeProvider)
    Namespace: Syncfusion.WinForms.DataPager.Style
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class DataPagerStyle : VisualStyleBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject

    Constructors

    DataPagerStyle()

    Initializes a new instance of the DataPagerStyle class.

    Declaration
    public DataPagerStyle()

    DataPagerStyle(StyleInfoSubObjectIdentity)

    Initializes a new instance of the DataPagerStyle class.

    Declaration
    public DataPagerStyle(StyleInfoSubObjectIdentity identity)
    Parameters
    Type Name Description
    StyleInfoSubObjectIdentity identity

    A StyleInfoSubObjectIdentity that holds the identity for this DataPagerStyleInfoStore.

    DataPagerStyle(DataPagerStyleInfoStore)

    Initializes a new instance of the DataPagerStyle class.

    Declaration
    public DataPagerStyle(DataPagerStyleInfoStore store)
    Parameters
    Type Name Description
    DataPagerStyleInfoStore store

    The DataPagerStyleInfoStore.

    Properties

    DefaultStyle

    Gets a DataPagerStyle with default settings.

    Declaration
    public static DataPagerStyle DefaultStyle { get; }
    Property Value
    Type
    DataPagerStyle

    FirstButtonDisabledImage

    Gets or sets the disabled image for the first navigation button in horizontal orientation.

    Declaration
    public Image FirstButtonDisabledImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    FirstButtonDisabledVerticalImage

    Gets or sets the disabled image for the first navigation button in vertical orientation.

    Declaration
    public Image FirstButtonDisabledVerticalImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    FirstButtonImage

    Gets or sets the image for the First navigation button in horizontal orientation.

    Declaration
    public Image FirstButtonImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    FirstButtonVerticalImage

    Gets or sets the image for the First navigation button in vertical orientation.

    Declaration
    public Image FirstButtonVerticalImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    LastButtonDisabledImage

    Gets or sets the disabled image for the last navigation button in horizontal orientation.

    Declaration
    public Image LastButtonDisabledImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    LastButtonDisabledVerticalImage

    Gets or sets the disabled image for the last navigation button in vertical orientation.

    Declaration
    public Image LastButtonDisabledVerticalImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    LastButtonImage

    Gets or sets the image for the last navigation button in horizontal orientation.

    Declaration
    public Image LastButtonImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    LastButtonVerticalImage

    Gets or sets the image for the last navigation button in vertical orientation.

    Declaration
    public Image LastButtonVerticalImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    NavigationButtonStyle

    Gets or sets the style for the navigation buttons.

    Declaration
    public ButtonVisualStyle NavigationButtonStyle { get; set; }
    Property Value
    Type
    ButtonVisualStyle

    NextButtonDisabledImage

    Gets or sets the disabled image for the next navigation button in horizontal orientation.

    Declaration
    public Image NextButtonDisabledImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    NextButtonDisabledVerticalImage

    Gets or sets the disabled image for the next navigation button in vertical orientation.

    Declaration
    public Image NextButtonDisabledVerticalImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    NextButtonImage

    Gets or sets the image for the next navigation button in horizontal orientation.

    Declaration
    public Image NextButtonImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    NextButtonVerticalImage

    Gets or sets the image for the next navigation button in vertical orientation.

    Declaration
    public Image NextButtonVerticalImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    PageButtonStyle

    Gets or sets the style for the numeric page buttons.

    Declaration
    public ButtonVisualStyle PageButtonStyle { get; set; }
    Property Value
    Type
    ButtonVisualStyle

    PreviousButtonDisabledImage

    Gets or sets the disabled image for the previous navigation button in horizontal orientation.

    Declaration
    public Image PreviousButtonDisabledImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    PreviousButtonDisabledVerticalImage

    Gets or sets the disabled image for the previous navigation button in vertical orientation.

    Declaration
    public Image PreviousButtonDisabledVerticalImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    PreviousButtonImage

    Gets or sets the image for the previous navigation button in horizontal orientation

    Declaration
    public Image PreviousButtonImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    PreviousButtonVerticalImage

    Gets or sets the image for the previous navigation button in vertical orientation.

    Declaration
    public Image PreviousButtonVerticalImage { get; set; }
    Property Value
    Type
    System.Drawing.Image

    Methods

    CreateSubObjectIdentity(StyleInfoProperty)

    Overridden to create a product-specific identity object for the sub object.

    Declaration
    public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
    Parameters
    Type Name Description
    StyleInfoProperty sip

    StyleInfoProperty descriptor for this sub object.

    Returns
    Type Description
    StyleInfoSubObjectIdentity

    Identity for the sub object.

    Overrides
    StyleInfoBase.CreateSubObjectIdentity(StyleInfoProperty)

    GetDefaultStyle()

    Gets the default style value of the DataPagerStyle class.

    Declaration
    protected override StyleInfoBase GetDefaultStyle()
    Returns
    Type Description
    StyleInfoBase

    Returns the default style value.

    Overrides
    VisualStyleBase.GetDefaultStyle()

    Implements

    System.ComponentModel.ICustomTypeDescriptor
    System.IDisposable
    IStyleInfo
    System.ComponentModel.ISupportInitialize
    System.IFormattable
    System.IConvertible
    System.Xml.Serialization.IXmlSerializable
    IStyleInfoSubObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved