'Declaration Public Overloads Overridable Sub Apply( _ ByVal grid As GridControl _ )
'Usage Dim instance As GridElementStyle Dim grid As GridControl instance.Apply(grid)
public virtual void Apply( GridControl grid )
Parameters
- grid
- A reference to a GridControl object representing the grid to which to apply the style.