Class ListViewStyleInfoSubObjectIdentity
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.WinForms.ListView.Styles
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public class ListViewStyleInfoSubObjectIdentity : ScrollerVisualStyleInfoSubObjectIdentity, IDisposable
Remarks
The difference is that
Examples for implementation of
Programmers can derive their own style classes from
See the overview for StyleInfoBase for further discussion about style objects.
Constructors
ListViewStyleInfoSubObjectIdentity(StyleInfoBase, StyleInfoProperty)
Initializes a new instance of the ListViewStyleInfoSubObjectIdentity class.
Initializes a new instances of the
Declaration
public ListViewStyleInfoSubObjectIdentity(StyleInfoBase owner, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoBase | owner | The StyleInfoBase that owns this sub-object. |
StyleInfoProperty | sip | The StyleInfoProperty descriptor for this expandable sub-object. |