GetCustomNodeCellStyleEventArgs(TreeListColumn, TreeListNode, AppearanceObject) Constructor
Initializes a new instance of the GetCustomNodeCellStyleEventArgs class.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
public GetCustomNodeCellStyleEventArgs(
TreeListColumn column,
TreeListNode node,
AppearanceObject appearance
)
Parameters
Name | Type | Description |
---|---|---|
column | TreeListColumn | A TreeListColumn object which represents the cell’s owning column. This value is assigned to the CellEventArgs.Column property. |
node | TreeListNode | A TreeListNode object which represents the node in which the processed cell resides. This value is assigned to the NodeEventArgs.Node property. |
appearance | AppearanceObject | An AppearanceObject object which specifies the cell’s appearance settings. This value is assigned to the GetCustomNodeCellStyleEventArgs.Appearance property. |
See Also