Class DataPagerStyle
Represents the class which maintains the styles for the SfDataPager.
Inheritance
Implements
Inherited Members
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 |
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
GetDefaultStyle()
Gets the default style value of the DataPagerStyle class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |