I have created a custom DataGrid control which implements a custom property HighlightRow of type Boolean.
I have another custom DataGridTextBoxColumn class, which Overrides the Paint method in order to facilitate row highlighting.
My question is how I can access the HighlightRow property of custom DataGrid control in DataGridTextBoxColumn class. I want to check this property in Overridden Paint method.
Thanks.
I have another custom DataGridTextBoxColumn class, which Overrides the Paint method in order to facilitate row highlighting.
My question is how I can access the HighlightRow property of custom DataGrid control in DataGridTextBoxColumn class. I want to check this property in Overridden Paint method.
Thanks.